
/*      竖屏      */
@media all and (orientation : portrait){
  
  .header{
    background: rgba(141, 0, 0, 1);
  }
  .header{
    display: flex;
    height: 1rem;
    align-items: center;
    padding: 0 0.12rem;
  }

  .nav_icon{
    width: 0.5rem;
    height: 0.5rem;
    background: url(./../image/more.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav_list{
    position: absolute;
    width: 100%;
    top: 1rem;
    background: rgba(141, 0, 0, 1);
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
    left: 0;
    z-index: 10;
  }
  .nav_list.hide{
    display: none;
  }
  .nav_item{
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.6);
    position: relative;
  }
  .nav_item_child{
    display: none;
  }
  .nav_item_child_item{
    border-top: 0.01rem solid rgba(255, 255, 255, 0.6);
  }
  .nav_item .nav_item:last-child{
    border-bottom: 0;
  }
  .nav_item_icon{
    position: absolute;
    width: 0.32rem;
    height: 0.32rem;
    right: 0.12rem;
    top: 0.15rem;
    background: url(./../image/right.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav_item_icon.bottom{
    background: url(./../image/bottom.png) no-repeat;
  }
  .header_top{
    display: flex;
    color: #fff;
    flex: 1;
  }
  .header_top .central{
    display: flex;
    align-items: center;
  }
  .header_image{
    width: 3.3rem;
    height: 0.5rem;
    background: url(./../image/mobilelogo.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.66rem;
  }
  .header_content{
    display: none;
  }
  .header_seach{
    width: 2.34rem;
    height: 0.5rem;
    position: relative;
    margin-right: 0.18rem;
    display: flex;
  }
  .header_seach input{
    height: 100%;
    width: 100%;
    border-radius: 0.25rem;
    border: 0.02rem solid #fff;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    padding: 0 0.17rem;
    color: #fff;
    font-size: 0.2rem;
  }
  .inp_iocn{
    width: 0.34rem;
    height: 0.34rem;
    background: url(./../image/search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.09rem;
    right: 0.1rem;
  }
  .foot{
    color: #fff;
    background: rgba(141, 0, 0, 1);
    padding: 0 0.1rem;
  }
  .foot_top{
    display: none;
  }
  .foot_content{
    height: 152px;
    display: flex;
  }
  .foot_content_left{
    flex: 1;
  }
  .nav_item_child{
    display: none;
  }
  .foot_content_right{
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.24rem;
    color: #fff;
  }
  .foot_logo_image_phone{
    margin: 0.2rem 0;
    width: 3.3rem;
    height: 0.5rem;
    background: url(./../image/mobilelogo.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.66rem;
  }
  .foot_code{
    background: url(./../image/qrcode.png) no-repeat;
    background-size: 100% 100%;
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0.1rem;
  }
  .foot_logo{
    display: none;
  }
  .foot_addres{
    color: #fff;
    line-height: 0.48rem;
  }
  .foot_content_border{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }
  .foot_bottom{
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
  }
  .foot_icon_hui,.foot_icon_blue{
    width: 30px;
    height: 30px;
    margin: 0 15px;
  }
  .foot_icon_hui{
    background: url(./../image/hui.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot_icon_blue{
    background: url(./../image/blue.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot_icon_flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot_bottom_text{
    margin-top: 0.1rem;
  }
  
  	.content-right p img{width:100%; height:auto !important;max-width: 100%;}
  	.content-right-bottom b:nth-child(2){
      border:none !important;
      width:auto !important;
      height: auto !important;
      font-size: 14px !important;
    }
	.content-right strong img{width: 100%;height: auto !important;max-width: 100%;height: 100%;}
	.content-right p video{width:100%; height:auto}
	.content-right p{    text-align: justify;
    word-wrap: break-word;}
}
/*      横屏      */
@media all and (orientation : landscape){
  .header{
    
    background: url(./../image/headbg.png);
  }
  .central{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
  }
  .header_top{
    height: 196px;
    border-bottom:1px solid rgba(255, 255, 255, 0.6);
  }
  .header_top>.central{
    padding-top: 66px;
  }
  .header_nav{
    height: 66px;
    position: relative;
  }
  .header_image{
    margin-right: 20px;
    width: 107px;
    height: 107px;
    background: url(./../image/logo.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
  }
  .header_content{
    color: #fff;
    flex: 1;
  }
  .header_content_title{
    font-size: 40px;
    font-family: cursive;
    letter-spacing: 10px;
    margin-bottom: 10px;
  }
  .header_content_EN{
    font-size: 24px;
  }
  .header_seach{
    position: relative;
    margin-right: 15px;
    height: 52px;
    display: flex;
    width: 361px;
    margin-top: 45px;
  }
  .header_seach input{
    height: 100%;
    width: 100%;
    border-radius: 26px;
    border: 1px solid #fff;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    padding: 0 25px;
    color: #fff;
  }
  .inp_iocn{
    width: 51px;
    height: 51px;
    background: url(./../image/search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .nav_list{
    width: 100%;
    color: #fff;
    line-height: 66px;
    display: flex;
    padding: 0 25px;
    justify-content: space-between;
    font-size: 20px;
    user-select: none;
  }
  .nav_item{
    cursor: pointer;
  }
  .nav_icon{
    display: none;
  }
  .foot{
    background: rgba(141, 0, 0, 1);
    margin-top: 20px;
    background: url(./../image/footbg.png);
    background-position: center;
  }
  .foot_content{
    height: 270px;
    display: flex;
  }
  .foot_content_left{
    flex: 1;
  }
  .foot_top{
    height: 75px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
  }
  .foot_bottom{
    height: 75px;
  }
  .nav_item_icon,.nav_item_child{
    display: none;
  }
  .link{
    width: 28px;
    height: 28px;
    background: url(./../image/link.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot_top_border{
    height: 1px;
    background: rgba(117, 0, 8, 1);
    max-width: 1600px;
    margin: 0 auto;
  }
  .foot_content_right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
  }
  .foot_code{
    background: url(./../image/qrcode.png) no-repeat;
    background-size: 100% 100%;
    width: 151px;
    height: 151px;
    margin-bottom: 5px;
  }
  .foot_logo{
    margin-top: 29px;
    display: flex;
  }
  .foot_logo_image{
    margin-right: 8px;
    width: 79px;
    height: 79px;
    background: url(./../image/logo.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
  }
  .foot_logo_content{
    color: #fff;
    flex: 1;
  }
  .foot_logo_content_title{
    font-size: 28px;
    font-family: cursive;
    letter-spacing: 6px;
  }
  .foot_logo_content_EN{
    font-size: 18px;
  }
  .foot_addres{
    font-size: 24px;
    display: flex;
    color: #fff;
    line-height: 34px;
    margin-top: 30px;
  }
  .foot_addres_left{
    width: 40%;
  }
  .foot_addres_right{
    flex: 1;
  }
  .foot_content_border{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
  }
  .foot_bottom{
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .foot_bottom_text{
    margin-right: 140px;
  }
  .foot_icon_hui,.foot_icon_blue{
    width: 53px;
    height: 53px;
    margin: 0 15px;
  }
  .foot_icon_hui{
    background: url(./../image/hui.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot_icon_blue{
    background: url(./../image/blue.png) no-repeat;
    background-size: 100% 100%;
  }
  .foot_logo_image_phone{
    display: none;
  }
  .foot_icon_flex{
    display: flex;
    align-items: center;
  }
  /*新加样式*/
  
  .content-right-bottom a{text-decoration: none;
    color: #333;
    display: inline-block;
    border: 1px solid rgba(133, 133, 133, 1);
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
    font-size: 14.63px;
    width: 63px;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    font-size: 20px;}
	
	.content-left ul li p a{font-size:16px; }
	.content-left p{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
	.active{background-color: rgba(154, 0, 0, 1);
    border-radius: 5px;
    color: #fff!important;;}
	li.active p a,li.active span{
    color: #fff!important;;}
	.content-right p{
	width: 1029px;
    font-size: 18px;
    margin-top: 20px;
    line-height: 40px;
    color: rgba(99, 99, 99, 1);
}
	.content-right p img{    margin: 0 auto;
    display: block;}
	
	.content-right p{width:100%;
    word-wrap: break-word;}
	
	.content-right .center p a{font-weight:600;}
}
.search123{
    width:361px;;
}
.foot_top a{
       color: #fff;
  }
.content-right-bottom b:nth-child(2) {
    color: #333;
    display: inline-block;
    border: 1px solid rgba(133, 133, 133, 1);
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
   
    width: 63px;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    font-size: 20px;
    }
#bdcs-search-form-input{
    width: 355px;
}
@media screen and (max-width: 640px) {
  #bdcs-search-form-input{
    width: 100%;
}  
}